home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global startat
- if (the movieTime of sprite 9 > 250) and (the movieTime of sprite 9 < 500) then
- set the movieRate of sprite 9 to 0
- set startat to the movieTime of sprite 9
- go("demo1")
- exit
- end if
- if (the movieTime of sprite 9 > 515) and (the movieTime of sprite 9 < 730) then
- set the movieRate of sprite 9 to 0
- set startat to the movieTime of sprite 9
- go("demo2")
- exit
- end if
- if (the movieTime of sprite 9 > 800) and (the movieTime of sprite 9 < 1020) then
- set the movieRate of sprite 9 to 0
- set startat to the movieTime of sprite 9
- go("demo3")
- exit
- end if
- if (the movieTime of sprite 9 > 1025) and (the movieTime of sprite 9 < 1273) then
- set the movieRate of sprite 9 to 0
- set startat to the movieTime of sprite 9
- go("demo4")
- exit
- end if
- if (the movieTime of sprite 9 > 1280) and (the movieTime of sprite 9 < 1500) then
- set the movieRate of sprite 9 to 0
- set startat to the movieTime of sprite 9
- go("demo5")
- exit
- end if
- if (the movieTime of sprite 9 > 1510) and (the movieTime of sprite 9 < 1680) then
- set the movieRate of sprite 9 to 0
- set startat to the movieTime of sprite 9
- go("demo6")
- exit
- end if
- if (the movieTime of sprite 9 > 1690) and (the movieTime of sprite 9 < 1960) then
- set the movieRate of sprite 9 to 0
- set startat to the movieTime of sprite 9
- go("demo7")
- exit
- end if
- if (the movieTime of sprite 9 > 1970) and (the movieTime of sprite 9 < 2170) then
- set the movieRate of sprite 9 to 0
- set startat to the movieTime of sprite 9
- go("demo8")
- exit
- end if
- end
-